home *** CD-ROM | disk | FTP | other *** search
/ Kentucky Virtual Art Museum / Kentucky Virtual Art Museum.iso / site / museums / quilts / viewer.swf / scripts / DefineSprite_23_sLogo / frame_1 / DoAction.as
Text File  |  2004-09-04  |  243b  |  14 lines

  1. mcButton.onRollOver = function()
  2. {
  3.    gotoAndPlay(2);
  4. };
  5. mcButton.onRollOut = function()
  6. {
  7.    gotoAndStop(1);
  8. };
  9. mcButton.onRelease = function()
  10. {
  11.    getUrl("http://www.airtightinteractive.com/simpleviewer", "_blank");
  12. };
  13. stop();
  14.